[-]: changesets 릴리즈 파이프라인 추가#11
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
packages/main coverage
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
.changeset/config.json을 추가해 루트 패키지 기준 버전 관리 흐름을 도입했습니다.pnpm changeset,pnpm version-packages,pnpm release:verify,pnpm release스크립트를 추가했습니다.packages/main을 private 처리하고, release workflow에서 rootreact-tutorial-overlay패키지만 publish 대상으로 다루도록 정리했습니다.changesets/action기반.github/workflows/release.yml을 추가해main푸시 시 release PR 생성 또는 npm publish가 가능하도록 했습니다.docs/releasing.md와 README에 릴리즈 절차를 문서화했습니다.검증
pnpm changeset status --verbosepnpm release:verify남은 리스크
NPM_TOKENsecret이 설정되어 있어야 합니다.